home *** CD-ROM | disk | FTP | other *** search
/ .net 2002 March / DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin / pc / PC Software / free_browsing / DavesQckSearchDbar3-14 / dqsd.exe / searches / hv.xml < prev    next >
Text File  |  2002-08-30  |  1KB  |  45 lines

  1. <search function="hv">
  2.   <name>Rex Swain's HTTP Viewer</name>
  3.   <description>
  4.     See exactly what an HTTP request returns to your browser.<br/>
  5.     <div class="helpboxDescLabels">Example:</div>
  6.     <table class="helpboxDescTable">
  7.           <tr><td>hv www.dqsd.net</td></tr>
  8.       </table>
  9.   </description>
  10.   <category>Computers</category>
  11.   <link>http://www.rexswain.com/httpview.html</link>
  12.   <contributor>Glenn Carr</contributor>
  13.   
  14.   <form name="hvf"
  15.         method="post" 
  16.         action="http://www.rexswain.com/cgi-bin/httpview.cgi">
  17.     <input type="hidden" name="url" value=""/>
  18.     <input type="hidden" name="req" value="Get"/>
  19.     <input type="hidden" name="fmt" value="Auto"/>
  20.     <input type="hidden" name="fwd" value="on"/>
  21.   </form>
  22.   
  23.   <script><![CDATA[
  24.     function hv(q)
  25.     {
  26.       if( nullArgs("hv", q) )
  27.         return false;
  28.       else
  29.       {
  30.         var res = q.match(/^(http|https):/);
  31.         if ( !res )
  32.           q = "http://" + q;
  33.         document.hvf.url.value = q;
  34.         submitForm(hvf);
  35.       }
  36.     }
  37.   ]]></script>
  38.  
  39.   <copyright>
  40.     Copyright (c) 2002 David Bau
  41.     Distributed under the terms of the
  42.     GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
  43.   </copyright>
  44. </search>
  45.